home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / version.h < prev    next >
Text File  |  1991-02-27  |  420b  |  25 lines

  1. #if !defined(version_included)
  2. #define version_included
  3. /*
  4. // Abstract:
  5. //    VERSION.H---Software Version Information
  6. //
  7. //    The Software Version Information C include file defines the
  8. //    current software version identification for Voyager.
  9. //
  10. // Author:
  11. //    Derek S. Nickel
  12. //
  13. // Creation date:
  14. //    12 November 1990
  15. //
  16. // History:
  17. // V01-001    Derek S. Nickel        12-NOV-1990
  18. //    Original.
  19. //
  20. */
  21.  
  22. #define VERSION "V1.0-7"
  23.  
  24. #endif
  25.